home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / E / Exegesis Tools.cpt / Exegesis Tools / background_10408.txt < prev    next >
Text File  |  1990-12-13  |  5KB  |  213 lines

  1. -- background: 10408 from stack: in
  2. -- bmap block id: 10737
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Ques Back
  6. ----- HyperTalk script -----
  7. on opencard
  8.   --this comes from Stack Developer by Steve Drazga
  9.   put (the number of this card - the number of first card of this background+1) into field "Page Num"
  10. end opencard
  11.  
  12.  
  13. -- part 11 (field)
  14. -- low flags: 00
  15. -- high flags: 2007
  16. -- rect: left=17 top=44 right=296 bottom=246
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 3
  21. -- text size: 9
  22. -- style flags: 0
  23. -- line height: 12
  24. -- part name: Text
  25.  
  26.  
  27. -- part 14 (field)
  28. -- low flags: 00
  29. -- high flags: 2007
  30. -- rect: left=267 top=45 right=297 bottom=493
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 22
  35. -- text size: 10
  36. -- style flags: 0
  37. -- line height: 13
  38. -- part name: Questions raised
  39.  
  40.  
  41. -- part 15 (button)
  42. -- low flags: 00
  43. -- high flags: 2000
  44. -- rect: left=216 top=292 right=317 bottom=243
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 1014 / 1014
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Prev
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual effect wipe right
  56.   go to prev card of this bkgnd
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 16 (button)
  62. -- low flags: 00
  63. -- high flags: 2000
  64. -- rect: left=270 top=292 right=317 bottom=297
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 1013 / 1013
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Next
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect wipe left
  76.   go to next card of this bkgnd
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part 18 (button)
  82. -- low flags: 00
  83. -- high flags: 2000
  84. -- rect: left=12 top=291 right=320 bottom=44
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 12042 / 12042
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: Home
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   visual effect iris open
  96.   go Home
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 19 (button)
  102. -- low flags: 00
  103. -- high flags: 2000
  104. -- rect: left=464 top=292 right=320 bottom=501
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 1012 / 1012
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: Return
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   visual effect wipe right
  116.   go to card id 2974
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 21 (button)
  122. -- low flags: 00
  123. -- high flags: 0000
  124. -- rect: left=478 top=26 right=47 bottom=499
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 26635 / 26635
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: How to…
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   push card
  136.   go to card id 8834
  137. end mouseUp
  138.  
  139.  
  140.  
  141.  
  142. -- part 22 (field)
  143. -- low flags: 01
  144. -- high flags: 0000
  145. -- rect: left=15 top=26 right=43 bottom=60
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 0 / 0
  148. -- text alignment: 0
  149. -- font id: 3
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: page num
  154.  
  155.  
  156. -- part 23 (button)
  157. -- low flags: 00
  158. -- high flags: 2000
  159. -- rect: left=426 top=288 right=320 bottom=463
  160. -- title width / last selected line: 0
  161. -- icon id / first selected line: 1007 / 1007
  162. -- text alignment: 1
  163. -- font id: 0
  164. -- text size: 12
  165. -- style flags: 0
  166. -- line height: 16
  167. -- part name: ImageWriter
  168. ----- HyperTalk script -----
  169. on mouseUp
  170.   answer "Print ‚ÄúQuestions‚Äù Report or Card?" with "Cancel" or "Report" or "Card"
  171.   if it is "Cancel" then
  172.     exit mouseUp
  173.   end if
  174.   if it is "Report" then
  175.     domenu "Print Report..."
  176.     exit mouseUp
  177.   end if
  178.   if it is "Card" then
  179.     open printing with dialog
  180.     if it is empty then
  181.       exit mouseUp
  182.     else
  183.       print this card
  184.       close printing
  185.     end if
  186.   end if
  187. end mouseUp
  188.  
  189.  
  190. -- part 24 (button)
  191. -- low flags: 00
  192. -- high flags: 2000
  193. -- rect: left=44 top=287 right=321 bottom=77
  194. -- title width / last selected line: 0
  195. -- icon id / first selected line: 22076 / 22076
  196. -- text alignment: 1
  197. -- font id: 0
  198. -- text size: 12
  199. -- style flags: 0
  200. -- line height: 16
  201. -- part name: Delete Card
  202. ----- HyperTalk script -----
  203. on mouseUp
  204.   answer "Delete this card?" with "Cancel" or "Yes"
  205.   if it is "cancel" then exit mouseUp
  206.   set the cursor to 4
  207.   set lockscreen to true
  208.   domenu "delete Card"
  209.   go prev
  210.   set lockScreen to false
  211. end mouseUp
  212.  
  213.